home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes for functions defined in
- doc.c
- */
-
- extern int Vdoc_file_name;
-
- int get_doc_string(long filepos);
-
- extern struct Lisp_Subr Sdocumentation;
-
- int Fdocumentation(int , int );
-
- extern struct Lisp_Subr Sdocumentation_property;
-
- int Fdocumentation_property(int , int , int );
-
- void store_function_docstring(int fun,
- int offset);
-
- extern struct Lisp_Subr Ssnarf_documentation;
-
- int Fsnarf_documentation(int );
-
- extern struct Lisp_Subr Ssubstitute_command_keys;
-
- int Fsubstitute_command_keys(int );
-
- int syms_of_doc(void);
-
-